Get License Expiration Date
{ getLicenseExpirationDate }
Returns license expiration date, The total number of milliseconds counting from 1 January 1970.
Method
/API3/access/getLicenseExpirationDate
- Enterprise Admin
Output Response
Successful Result Code
200
Response Type
integer
Description of Response Type
The date on which the subscription license for the system will expire.
Notes
Requires Enterprise Admin rights.
Code Snippets
Use the Authentication API methods to generate an access 'key' or 'token' for use in code as shown below.
TypeScript
Curl
Java
C#
Python
PHP